home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / PROGRAMMING / DESKLIBC / SOURCES.ZIP / DeskLib / !DLSources / Libraries / Window / h / WindowDefs < prev   
Text File  |  1993-06-29  |  313b  |  12 lines

  1. /* Window: WindowDefs.h */
  2.  
  3. extern linklist_header window_listanchor;
  4.  
  5. typedef struct
  6. {
  7.   linklist_header header;
  8.   window_handle   window;
  9.   char            templatename[wimp_MAXNAME+1];      /* Parent template name */
  10.   window_block    *memory;                           /* memory claim         */
  11. } windowrec;
  12.